type runtime.traceMapNode
13 uses
runtime (current package)
tracemap.go#L46: type traceMapNode struct {
tracemap.go#L73: var newNode *traceMapNode
tracemap.go#L77: n := (*traceMapNode)(m.Load())
tracemap.go#L103: n = (*traceMapNode)(m.Load())
tracemap.go#L115: func (tab *traceMap) newTraceMapNode(data unsafe.Pointer, size, hash uintptr, id uint64) *traceMapNode {
tracemap.go#L125: meta := (*traceMapNode)(unsafe.Pointer(tab.mem.alloc(unsafe.Sizeof(traceMapNode{}))))
tracestack.go#L152: if root := (*traceMapNode)(t.tab.root.Load()); root != nil {
tracestack.go#L159: func dumpStacksRec(node *traceMapNode, w traceWriter, stackBuf []uintptr) traceWriter {
tracestack.go#L199: w = dumpStacksRec((*traceMapNode)(child), w, stackBuf)
tracetype.go#L39: if root := (*traceMapNode)(t.tab.root.Load()); root != nil {
tracetype.go#L46: func dumpTypesRec(node *traceMapNode, w traceExpWriter) traceExpWriter {
tracetype.go#L79: w = dumpTypesRec((*traceMapNode)(child), w)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |